@charset "utf-8";

/* CSS Document */

@charset "utf-8";

/*
 *	Created by 71nc.com on 23/03/28
*/

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul,
ol,
li {
    list-style: outside none none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0px;
    border: 0;
    font-size: 100%;
    outline: none;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0px;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html::-webkit-scrollbar {
    width: 8px;
    background: none;
}

html::-webkit-scrollbar-thumb {
    width: 8px;
    background: #132C8D;
}

html::-webkit-scrollbar-corner {
    background: none;
}

html::-webkit-scrollbar:horizontal {
    height: 9px;
}

@font-face {
    font-family: 'syhtN';
    src: url(../font/SOURCEHANSANSCN-NORMAL.OTF);
}

@font-face {
    font-family: 'syhtB';
    src: url(../font/SOURCEHANSANSCN-BOLD.OTF);
}


body {
    font: 15px/1.8 'syhtN', Arial, Helvetica, sans-serif;
    margin: 0 auto;
    color: #666;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

strong {
    font-weight: bold;
}

img {
    border: 0;
}

input {
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
}

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
    border-radius: 0;
    outline: none;
}

::-moz-selection {
    background: #132C8D;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #132C8D;
    color: #fff;
    text-shadow: none;
}

select {
    outline: none;
}

select::-ms-expand {
    display: none;
}

table,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #555;
}

a:link,
a:visited {
    text-decoration: none;
}

a:active,
a:hover {
    text-decoration: none;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0px;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

@media screen and (min-width: 322px) {
    html {
        font-size: 16.7777px;
    }
}

@media screen and (min-width: 760px) {
    html {
        font-size: 39.5833px;
    }
}


@media screen and (min-width: 1280px) {
    html {
        font-size: 66.6666px;
    }
}

@media screen and (min-width: 1440px) {
    html {
        font-size: 75px;
    }
}

@media screen and (min-width: 1680px) {
    html {
        font-size: 85.7778px;
    }
}

@media screen and (min-width: 1920px) {
    html {
        font-size: 100px;
    }
}

@media screen and (min-width: 2560px) {
    html {
        font-size: 138.02px;
    }
}

@media screen and (min-width: 3200px) {
    html {
        font-size: 166.6666px;
    }
}

@media screen and (min-width: 3840px) {
    html {
        font-size: 200px;
    }
}

.clear {
    clear: both;
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear:after {
    content: "";
    clear: both;
    display: block;
}

.warp {
    width: 100%;
    padding: 0 1.6rem;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.nav-big {
    width: 1.25rem;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border-left: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.warp1 {
    width: 83%;
    margin: 0 auto;
}

.logo {
    width: 2.1rem;
    height: 0.62rem;
    position: relative;
    margin-top: 0.07rem;
    background: url(../images/logo.png)no-repeat;
    background-size: cover;
}

.fixed .logo {
    background: url(../images/logo1.png)no-repeat;
    background-size: cover;
}

.logo img {
    display: block;
    width: 100%;
}

.on-index {
    opacity: 0;
}

.foot-line {
    border-bottom: 1px solid #e5e5e5;
}

.top-lan li {
    width: 0.62rem;
    height: 0.62rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    float: left;
}

.top-lan li img {
    width: 0.34rem;
}


.animated {
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.name {
    font-size: 18px;
    font-weight: bold;
}

.nav-outer .mobile-nav-toggler {
    position: absolute;
    display: none;
    float: right;
    color: #ffffff;
    cursor: pointer;
    padding: 0;
    right: 0;
    top: -30px;
}

.nav-outer .mobile-nav-toggler span b {
    font-weight: normal;
    width: 34px;
    height: 3px;
    border-radius: 10px;
    background: #fff;
    display: block;
    margin-bottom: 5px;
}

.fixed .nav-outer .mobile-nav-toggler span b {
    background: #132C8D;
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    padding-right: 30px;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: 1;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.70;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}


.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 20px;
    text-align: left;
    padding-top: 20px;
    z-index: 9999;
    background: #132C8D;
}

.mobile-menu .nav-logo a {
    position: relative;
    display: inline-block;
}

.mobile-menu .nav-logo img {
    display: block;
    width: 100%;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #132C8D;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    top: 30px;
    right: 15px;
    color: #ffffff;
    line-height: 25px;
    width: 25px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 96%;
    float: none;
    margin: 0 auto;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
}



.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.30);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    padding: 15px 25px;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.active>a:before {
    height: 100%;
}

.mobile-menu .navigation li ul li>a {
    font-size: 18px;
    margin-left: 0;
    text-transform: capitalize;
    padding: 10px 25px;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    top: 2px;
    right: 6px;
    width: 39px;
    height: 39px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 32px;
    background: url(../images/nav-jt4.png) no-repeat center center;
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* .mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
} */

.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 30px 25px;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 5px 10px;
}

.mobile-menu .social-links li a {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    line-height: 32px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}


/*==============================================
    Main Header Css        
===============================================*/

.main-header {
    position: fixed;
    left: 0px;
    top: 0;
    width: 100%;
    z-index: 999;
    padding: 0.15rem 0 0 0;
    opacity: 1;
    transition-duration: .5s;
    border-bottom: 1px solid #cfcfcf;
    border-color: rgba(255, 255, 255, 0.2);
}

.main-header:hover .navigation>li.current>a:after {
    opacity: 1;
}

.header-upper-middle {
    position: relative;
    display: none;
}

.main-menu {
    position: relative;
    display: block;
    float: left;
}

.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}

.main-menu .navigation {
    position: relative;
    display: block;
}

.main-menu .navigation>li {
    position: relative;
    float: left;
}

.main-menu .navigation>li:after {
    width: 0.16rem;
    height: 0.11rem;
    position: absolute;
    content: "";
    background: url(../images/nav-jt2.png) no-repeat;
    background-size: cover;
    right: 0.12rem;
    top: 0.2rem;
}

.main-menu .navigation>li:nth-child(1):after,
.main-menu .navigation>li:last-child:after {
    display: none;
}

.fixed .main-menu .navigation>li:after {
    background: url(../images/nav-jt3.png) no-repeat;
    background-size: cover;
}

.main-menu .navigation>li:hover:after {
    background: url(../images/nav-jt1.png) no-repeat;
    background-size: cover;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    font-size: 0.22rem;
    line-height: 0.52rem;
    opacity: 1;
    margin: 0 0.35rem;
    color: #fff;
}

.main-menu .navigation>li>a:after {
    width: 0.16rem;
    height: 0.16rem;
    position: absolute;
    content: "";
}

.main-menu .navigation>li>a:hover {
    color: #132C8D;
}

.main-menu .navigation>li .active {
    color: #132C8D;
    position: relative;
}

.main-menu .navigation>li .active:after {
    position: absolute;
    width: 100%;
    height: 3px;
    background: #132C8D;
    content: "";
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: -0.26rem;
    transition-duration: 1s;
}

.main-menu .navigation>li>a:after {
    position: absolute;
    width: 0%;
    height: 2px;
    background: #132C8D;
    content: "";
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: -0.12rem;
    transition-duration: 1s;
}

.main-menu .navigation>li:hover>a:after,
.main-menu .navigation>li.active>:after {
    width: 100%;
}

.main-menu .navigation>li>ul {
    position: absolute;
    top: 100%;
    left: 0%;
    width: 100%;
    opacity: 0;
    border-radius: 0.1rem;
    visibility: hidden;
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    transition: all 100ms ease;
    z-index: 100;
    display: none !important;

}

.main-menu .navigation>li>ul:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    background: #ffffff;
    border-radius: 0;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    z-index: -1;
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    border-bottom: 1px solid #f0f0f0;
    font-size: 0.17rem;
    line-height: 0.56rem;
    text-align: left;
    text-transform: capitalize;
    transition: all 500ms ease;
    color: #777777;
    padding: 0 25px;
}

.main-menu .navigation>li>ul>li:last-child>a {
    border: none;

}

.main-menu .navigation>li>ul>li>a:hover {
    color: #132C8D
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    top: 0%;
    left: 100%;
    width: 250px;
    padding: 10px 0;
    display: none;
    background: #ffffff;
    border-radius: 0;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    transition: all 100ms ease;
    z-index: 100;
}

.main-menu .navigation li>ul>li.dropdown:hover ul {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    display: block;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    border-bottom: 1px solid #e9e9e9;
    padding: 10px 0px 10px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    text-align: left;
    text-transform: capitalize;
    transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
    border: none;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
    padding-left: 5px;
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0;
    width: 50px;
    height: 42px;
    border-left: 1px solid #242a30;
    text-align: center;
    font-size: 16px;
    line-height: 42px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    z-index: 5;
}

.fixed {
    background: #fff;

}

.fixed .top-link dl {
    color: #333;
}

.fixed .main-menu .navigation>li>a {
    color: #333;
}

.fixed .main-menu .navigation>li>a:hover {
    color: #132C8D;
}

.ba-zi {
    line-height: 80px;
    font-size: 17px;
}

.main-menu .navigation>li:last-child {
    display: flex;
    line-height: 0.52rem;
    font-size: 0.22rem;
    font-weight: bold;
    color: #fff;
    margin-left: 15px;

}

.fixed .main-menu .navigation>li:last-child {
    color: #333;
}

.w1300 {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}


.subNavBox {
    width: 100%;
}

.subNav {
    display: block;
    width: 100%;
    line-height: 0.5rem;
    font-size: 0.18rem;
    color: #555;
    padding: 0 0.12rem;
    background: url(../images/down.png) no-repeat 90% center;
    cursor: pointer;
}

.currentDt {
    background: url(../images/up.png) no-repeat 90% center;
    color: #132C8D !important;
    font-weight: bold;
}

.currentDt a {
    color: #132C8D !important;
}

.navContent {
    display: none;
}

.navContent li {
    line-height: 28px;
}

.navContent li a {
    display: block;
    font-size: 0.15rem;
    color: #888;
    line-height: 0.3rem;
}

.navContent li a:hover {
    color: #132C8D;
}


.top-link {
    text-align: right;
}

.top-link dl {
    float: right;
    display: flex;
    margin-left: 0.2rem;
    color: #fff;
    cursor: pointer;
    position: relative;
}


.top-link dl:nth-child(5) .iconfont {
    font-size: 0.3rem;
}

.top-link dl:nth-child(4) .iconfont {
    font-size: 0.32rem;
}

.top-link dl:nth-child(3) .iconfont {
    font-size: 0.26rem;
}

.top-link dl:nth-child(2) .iconfont {
    font-size: 0.32rem;
}

.top-link dl:nth-child(1) .iconfont {
    font-size: 0.3rem;
}

.top-link dl:hover .yy-box-c {
    display: block;
}

.yy-box-c {
    position: absolute;
    top: 100%;
    right: -0.5rem;
    width: 126px !important;
    padding: 0.1rem;
    height: auto;
    background: #fff;
    box-shadow: 0 0 10px #e5e9eb;
    display: none;
    -webkit-animation-name: tab;
    animation-name: tab;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    border-radius: 0.1rem;
    box-sizing: border-box;
    z-index: 999;
}

.yy-box-c img {
    display: block;
    width: 100%;
}

.top-link dl:hover .lan-box {
    display: block;
}

.lan-box {
    position: absolute;
    top: 100%;
    right: -0.2rem;
    width: 126px !important;
    padding: 0.1rem;
    height: auto;
    background: #fff;
    box-shadow: 0 0 10px #e5e9eb;
    display: none;
    -webkit-animation-name: tab;
    animation-name: tab;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    border-radius: 0.1rem;
    box-sizing: border-box;
    z-index: 999;
}

.lan-box li {
    line-height: 0.4rem;
    font-size: 0.18rem;
    color: #333;
    text-align: center;
}

.lan-box li a:hover {
    color: #132C8D;
}

@-webkit-keyframes tab {
    from {
        opacity: 0;
        -webkit-transform: translateY(15%);
        transform: translateY(15%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes tab {
    from {
        opacity: 0;
        -webkit-transform: translateY(15%);
        transform: translateY(15%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

.fixed .top-link dl dd a {
    color: #333;
}

.top-link dl dt {
    width: 0.33rem;
    height: 0.29rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.08rem;
}

.top-link dl dd {
    line-height: 0.29rem;
    font-size: 0.16rem;
}

.top-link dl dd select {
    border: none;
    background: none;
    line-height: 0.29rem;
    font-size: 0.16rem;
    color: #fff;
}

.top-link dl dd option {
    color: #333;
}

.fixed .top-link dl dd select {
    color: #333;
}


.top-link dl dd a {
    color: #fff;
}

.top-link dl dd a:hover {
    color: #fff;
}

.top-link dl dd:hover {
    color: #fff;
}

.top-link dl:hover .iconfont {
    color: #fff;
}

/* ---------- */
.fixed .top-link dl:hover .iconfont {
    color: #132C8D;
}

.fixed .top-link dl dd a:hover,
.fixed .top-link dl dd:hover,
.fixed .top-link dl:hover dd {
    color: #132C8D;
}

/* ------------ */


.icon {
    animation: fill-anm 2s ease forwards 300ms;
}

.icon path {
    stroke-dasharray: 3000;
    stroke-dashoffset: 3000;
    animation: line-anm 2s ease forwards;
}

.main-menu .navigation>li .iconfont {
    font-size: 0.28rem;
    font-weight: normal;
    margin-right: 5px;
}

@keyframes line-anm {

    to {
        stroke-dashoffset: 0;
    }
}

@keyframes fill-anm {
    from {
        fill: transparent;
    }

    to {
        fill: #ffffff;
    }
}

@keyframes line-anm1 {

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes fill-anm1 {
    0% {
        fill: transparent;
    }

    100% {
        fill: #ffffff;
    }
}

.icon {
    animation: fill-anm 2s ease forwards 300ms;
}

.icon path {
    stroke-dasharray: 3000;
    stroke-dashoffset: 3000;
    animation: line-anm 2s ease forwards;
}

.top-link dl:hover dt .icon {
    animation: fill-anm1 2s ease forwards 300ms;
}

.top-link dl:hover dt .icon path {
    animation: line-anm1 2s ease forwards;
}

.home-warp {
    width: 83.333%;
    margin: 0 auto;
    position: relative;
}

/* 全屏导航 */
footer {
    width: 100%;
    background: #222222;
    overflow: hidden;
}

footer .fBox {
    width: 100%;
    background: url(../images/foot-bg.jpg) no-repeat top;
    background-size: cover;
    color: #fff;
    padding: 0.5rem 0 0.25rem 0;

}

footer .fBox .addEwm {
    display: table;
}

footer .fBox .addEwm .f-logo {
    width: 2.1rem;
    margin-bottom: 0.3rem;
    color: #fff;
}

footer .fBox .addEwm .f-logo img {
    display: block;
    width: 100%;
}

footer .fBox .addEwm .f-tel {
    padding-left: 0.32rem;
    background: url(../images/f-tel.png) no-repeat left 0.08rem;
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.34rem;
    margin-bottom: 0.35rem;
}

footer .fBox .addEwm .f-tel span {
    display: inline-block;
    line-height: 0.38rem;
    font-size: 0.36rem;
}

footer .fBox .f-ewm ul {
    display: flex;
}

footer .fBox .f-ewm li {
    width: 1.06rem;
    margin-right: 0.2rem;
}

footer .fBox .f-ewm li img {
    display: block;
    width: 1.06rem;
}

footer .fBox .f-ewm li p {
    line-height: 0.5rem;
    text-align: center;
    color: #aaa;
    font-size: 0.18rem;
}

footer .fBox .footNav {

    width: 67%;
    display: flex;
}


footer .fBox .footNav dl {
    width: 19%;
    color: #fff;

}

footer .fBox .footNav dl:nth-child(1),
footer .fBox .footNav dl:nth-child(2) {
    width: 24%;
}

footer .fBox .footNav dl:last-child {
    width: 13%;
}

footer .fBox .footNav dl dt {
    line-height: 0.42rem;
    font-size: 0.22rem;
    font-weight: normal;
    margin-bottom: 8px;
}

footer .fBox .footNav dl dd {
    line-height: 0.36rem;
    font-size: 0.18rem;
    color: #a6a6a6;
}

footer .fBox .footNav dl dd a {
    color: #aaa;
}

footer .copy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #a9a9a9;
}

footer .copy div {
    line-height: 0.7rem;
    font-size: 0.18rem;
}

footer .copy div a {
    color: #a9a9a9;
}

footer .copy select {
    width: 1.12rem;
    border-radius: 0.1rem;
    line-height: 0.32rem;
    height: 0.32rem;
    font-size: 0.16rem;
    color: #fff;
    outline: none;
    background: none;
}

/* 12-5 */
.link-box {
    width: 1.8rem;
    border: 1px solid #a8a8a8;
    border-radius: 0.1rem;
    line-height: 0.4rem !important;
    height: 0.4rem;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.linkListbox {
    position: absolute;
    left: 0;
    bottom: 0.4rem;
    width: 100% !important;
    padding: 0.1rem 0;
    height: auto;
    background: #d4d4d4;
    display: none;
    border-radius: 0.1rem;
    box-sizing: border-box;
    z-index: 999;
    transition: max-height 0.3s ease-out;
}

.linkListbox li {
    line-height: 0.24rem !important;
    padding: 5px 0;
    font-size: 0.16rem;
    text-align: center;

}

.linkListbox li a {
    color: #111 !important;
}

.linkListbox li a:hover {
    color: #132C8D !important;

}

.link-box:hover .linkListbox {
    display: block;
}



/* 12-5 */
/*----------------------导航------------------------------*/

li.nav-item {
    float: left;
    line-height: 0.52rem;
    padding-bottom: 0.1rem;
}

li.nav-item>a {
    display: block;
    text-align: center;
    font-size: 0.2rem;
    position: relative;
    margin: 0 0.4rem;
    color: #fff;
}

li.nav-item>a:after {
    width: 0.16rem;
    height: 0.12rem;
    position: absolute;
    content: "";
    background: url(../images/nav-jt2.png)no-repeat;
    background-size: 0.16rem 0.11rem;
    right: -0.3rem;
    top: 0.2rem;

}

/* li:last-child.nav-item>a:after {
    display: none;
} */
li:first-child.nav-item>a:after {
    display: none;
}

.fixed li.nav-item>a:after {
    width: 0.16rem;
    height: 0.12rem;
    position: absolute;
    content: "";
    background: url(../images/nav-jt3.png)no-repeat;
    background-size: 0.16rem 0.11rem;
    right: -0.3rem;
    top: 0.2rem;
}

li.nav-item>a .iconfont {
    font-size: 0.32rem;
    margin-right: 5px;

}

li:last-child.nav-item>a {
    display: flex;
}

.fixed li.nav-item>a {
    color: #333;
}

/* li.nav-item:hover>a,
li.nav-item.active>a {
    color: #fff;

} */

li.nav-item>a.active {
    color: #132C8D !important;
}

li.nav-item:hover>a::before,
li.nav-item.active>a::before {
    display: block;
}

.w11 {
    width: 16rem;
    margin: 0 auto;
}

/* 二级菜单 */
.subMenu {
    display: none;
    position: absolute;
    top: 0.9rem;
    left: 0;
    width: 100%;

    background-color: #f5f5f5;
}

.subMenu>ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.subMenu>ul>li>a {
    display: block;
    padding: 0 18px;
    text-align: center;
    line-height: 50px;
    color: #333;
}

.subMenu>ul>li>a:hover {
    color: red
}

/*二级下拉导航样式*/
.header-down {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: auto !important;
    background: #f5f5f5;
    z-index: 2;
}

.header-down-nav {
    width: 100%;
    height: 100%;
    display: flex;
}

.header-down-fl {
    width: 76%;
    padding: 0.6rem 0;
}

.header-down-fl-nav {
    zoom: 1;
}

.header-down-fl-nav:after {
    display: block;
    content: '';
    clear: both;
}

.header-down-img {
    float: left;
    width: 30%;
    overflow: hidden;
}

.header-down-img img {
    width: 100%;
    transition-duration: 0.5s;
    display: block;
}

.header-down-img:hover img {
    transform: scale(1.1);
}

.header-down-list {
    float: left;
    width: 70%;
    padding-left: 0.6rem;
    padding-right: 0px;
}

.header-down-list h3 {
    font-size: 0.3rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 0.15rem;
    line-height: 0.32rem;
}

.header-down-list p {
    font-size: 0.18rem;
    color: #333;
    line-height: 0.3rem;
    margin-bottom: 0.3rem;
}

.header-down-list dl {
    zoom: 1;
}

.header-down-list dl:after {
    display: block;
    content: '';
    clear: both;
}

.header-down-list dl dd {
    float: left;
    width: 33.3%;
    font-size: 0.2rem;
    margin-bottom: 0.1rem;
    line-height: 0.3rem;
}

.header-down-list dl dd a {
    color: #333;
}

.header-down-list dl dd a:hover {
    color: #132C8D;
}

.header-down-fr {
    width: 26%;
    height: 100%;
    /* background: url(../images/nav-logo.png) no-repeat bottom right #132C8D; */
    padding-top: 0.8rem;
    padding-left: 1.2rem;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    background: #132C8D;
}

.header-down-fr h3 {
    font-size: 0.3rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0.55rem;
    line-height: 0.3rem;
}

.header-down-fr li {
    margin-bottom: 0.2rem;
    font-size: 0.2rem;
    line-height: 0.36rem;

}

.header-down-fr li a {
    color: #fff;
    position: relative;
}

.header-down-fr li a:before {
    content: '';
    width: 0%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: -5px;
    transition-duration: 0.5s;
}

.header-down-fr li a:hover:before {
    width: 100%;
    left: 0;
}

/*----------------------导航------------------------------*/

/* -----公用底部 */
.homeFaq {
    width: 100%;
    height: 1.16rem;
    background: url(../images/qus-bg.jpg) no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.homeFaq a {
    color: #fff;
}

.homeFaq .top-line {
    width: 4px;
    height: 1.8rem;
    position: absolute;
    transform: rotate(-49deg);
    bottom: -0.32rem;
    right: 21.5%;
    overflow: hidden;
}

.homeFaq .top-line1 {
    width: 4px;
    height: 1.8rem;
    position: absolute;
    transform: rotate(45deg);
    bottom: -0.3rem;
    right: 3.7%;
    overflow: hidden;
}

.homeFaq .top-line2 {
    width: 4px;
    height: 1.8rem;
    position: absolute;
    transform: rotate(-45deg);
    bottom: -0.3rem;
    left: 4%;
    overflow: hidden;
}

.homeFaq .top-line3 {
    width: 4px;
    height: 1.8rem;
    position: absolute;
    transform: rotate(47deg);
    bottom: -0.3rem;
    left: 22%;
    overflow: hidden;
}

.homeFaq .dw1 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 1.5s;
    animation: width 3s linear infinite;
    background: linear-gradient(to top, #ffffff, #fcfffb, #fffffe, #ebc9a8, #e6c29c);
}

@keyframes run {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.04);
    }

    50% {
        transform: scale(1.08);
    }

    75% {
        transform: scale(1.04);
    }

    100% {
        transform: scale(1);
    }
}


@-webkit-keyframes width {
    0% {
        height: 0;
    }

    100% {
        height: 100%;
    }
}

@keyframes width {
    0% {
        height: 0;
    }

    100% {
        height: 100%;
    }
}

.width1 {
    -webkit-animation-name: width;
    animation-name: width;
}

.homeFaq h1 {
    font-size: 0.3rem;
    line-height: 0.32rem;
}

.homeFaq h1 span {
    display: inline-block;
    width: 100%;
    font-size: 0.2rem;
    line-height: 0.2rem;
    font-weight: normal;
}

.naBlock {
    display: block;
}

/* 二级导航 */
.secondNav {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: fixed;
    left: 100%;
    top: 0;
    bottom: 0;
    padding-top: 110px !important;
    background-color: #132C8D;
    overflow-y: auto;
    z-index: 120;
    padding: .4rem .25rem;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: hidden;
    box-sizing: border-box;
}

.secondNavin {
    left: 0;
    visibility: visible;
}

.btn_back {
    font-size: 20px;
    line-height: 50px;
    color: #fff;
    display: inline-block;
    padding-left: 25px;
    background: url(../images/nav-jt5.png)no-repeat left center;
    margin-left: 8px;

}

.secondNav h1 {
    color: #fff;
    padding-left: 15px;
    line-height: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

/*  */

@media only screen and (max-width: 991px) {
    .main-menu .navigation>li {
        margin-right: 15px;
    }

    .menu-right-content {
        position: absolute;
        top: 0;
        left: 0;
        padding-right: 0px;
        float: none;
        text-align: left;
        border-top: none;
        z-index: 999;
    }

    .main-header .main-menu {
        position: relative;
        display: block;
        width: 100%;
        float: none;
    }

    .main-menu .navbar-header {
        position: relative;
        display: block;
        float: none;
        text-align: right;
        width: 100%;
        top: 0px;
        z-index: 12;
    }

    .main-menu .navbar-header .navbar-toggle {
        display: inline-block;
        z-index: 7;
        float: none;
        padding: 4px 5px;
        cursor: pointer;
        margin: 24px 0;
        border-radius: 0px;
        background: #131313;
    }

    .main-menu .navbar-header .navbar-toggle .icon-bar {
        background: #ffffff;
        height: 2px;
        width: 29px;
        display: block;
        margin: 7px 5px;
    }

    .main-menu .collapse {
        max-height: 350px;
        max-width: none;
        overflow: auto;
        float: none;
        width: 100%;
        padding: 0px 0px 0px;
        border: none;
        margin: 0px;
        border-radius: 0px;
        box-shadow: none;
    }

    .main-menu .navbar-collapse {
        max-height: 350px;
    }

    .main-menu .navbar-collapse>.navigation {
        float: none !important;
        margin: 0px !important;
        width: 100% !important;
        background: #000000;
        border: 0px solid #ffffff;
        border-top: none;
    }

    .main-menu .navbar-collapse>.navigation>li {
        position: relative;
        display: block;
        width: 100%;
        margin: 0px !important;
        float: none !important;
    }

    .main-menu .navbar-collapse>.navigation>li,
    .main-menu .navbar-collapse>.navigation>li>ul>li,
    .main-menu .navbar-collapse>.navigation>li>ul>li>ul>li {
        border-top: 1px solid #242a30 !important;
        opacity: 1 !important;
        top: 0px !important;
        padding-top: 0;
        padding-bottom: 0;
        left: 0px !important;
        visibility: visible !important;
        border-bottom: none;
        padding: 0 !important;
    }

    .main-menu .navbar-collapse>.navigation>li:first-child {
        border: none;
    }

    .main-menu .navbar-collapse>.navigation>li>a,
    .main-menu .navbar-collapse>.navigation>li>ul>li>a,
    .main-menu .navbar-collapse>.navigation>li>ul>li>ul>li>a {
        padding: 10px 20px 8px !important;
        line-height: 24px;
        color: #ffffff;
        text-align: left;
        min-height: 0px;
        border-bottom: 0px solid;
    }

    .main-menu .navbar-collapse>.navigation>li:hover>a,
    .main-menu .navbar-collapse>.navigation>li>ul>li:hover>a,
    .main-menu .navbar-collapse>.navigation>li>ul>li>ul>li:hover>a,
    .main-menu .navbar-collapse>.navigation>li.active>a,
    .main-menu .navbar-collapse>.navigation>li.current-menu-item>a {
        color: #fff !important;
    }

    .main-menu .navbar-collapse>.navigation>li>ul,
    .main-menu .navbar-collapse>.navigation>li>ul>li>ul {
        position: relative;
        border: none;
        float: none;
        visibility: visible;
        opacity: 1;
        display: none;
        margin: 0px;
        padding: 0px;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        width: 100%;
        background: #111111;
        -webkit-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        transition: none !important;
        -webkit-transition: none !important;
        -ms-transition: none !important;
        -o-transition: none !important;
        -moz-transition: none !important;
        box-shadow: none !important;

    }

    .main-menu .navbar-collapse>.navigation>li>ul:before,
    .main-menu .navbar-collapse>.navigation>li>ul>li>ul:before {
        display: none;
    }

    .main-menu .navbar-collapse>.navigation li.dropdown .dropdown-btn {
        display: block;
    }

    .main-menu .navigation>li.dropdown>a:before {
        display: none;
    }

    .main-menu .navigation>li>ul>li>a:before {
        display: none;
    }

    .main-menu .navigation>li>ul>li>ul>li a:before {
        display: none;
    }
}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {


    .main-menu .navigation>li>a {
        font-size: 16px;
    }

    .btn-nav {
        top: 0.15rem;
        right: 20px;
    }

    .top-link dl dd {
        font-size: 14px;
    }

    footer .fBox .footNav dl dd {
        line-height: 28px;
        font-size: 15px;
    }
}

@media screen and (max-width: 1366px) {
    .main-menu .navigation>li>a {
        font-size: 16px;
    }


    .header-upper-middle {
        height: 70px;
        line-height: 70px;
    }

    li.nav-item>a {
        font-size: 17px;
    }

    .header-down-list dl dd {
        font-size: 16px;
        line-height: 24px;
    }

    .warp {
        padding: 0 1rem;
    }

    .top-link dl dt {
        height: 28px;
    }

    .top-link dl dd {
        line-height: 28px;
        font-size: 15px;
    }
}


/* 下拉菜单显示 */

@media only screen and (min-width: 768px) {

    .main-menu .navigation>li>ul,
    .main-menu .navigation>li>ul>li>ul {
        display: block !important;
        visibility: hidden;
        opacity: 0;
    }
}

@media only screen and (max-width: 1139px) {
    .main-menu .navigation>li {
        margin-right: 30px;
    }

    .main-header .nav-outer .main-menu {
        display: none !important;
    }

    .nav-outer .mobile-nav-toggler {
        display: block;
    }



}

@media only screen and (max-width: 1096px) {
    html {
        font-size: 53.3333px !important;
    }

    li.nav-item>a {
        font-size: 16px;
        margin: 0 0.25rem;
    }

}

@media only screen and (max-width: 996px) {


    .header-upper-middle {
        position: relative;
        display: block;
    }

    li.nav-item {
        display: none;
    }

    .header-upper-middle {
        position: absolute;
        height: 50px;
        line-height: 50px;
        margin-right: 15px;
        margin-top: 13px;
        right: 0;
    }

    .main-header {
        padding: 0.15rem 0;
    }

    .warp {
        padding: 0 1.5rem 0 0.6rem;
    }

    .yy-box-c {
        right: -50px;
        width: 106px !important;
    }
}

.main-menu .navigation .hiden {
    display: none
}


@media only screen and (max-width: 768px) {
    .main-header {
        padding: 10px 5px;
    }

    .logo {
        width: 160px;
        height: 40px;
        margin-top: 12px;
        background-size: contain;
    }

    .nav-outer .mobile-nav-toggler span b {
        width: 34px;
        height: 3px;
    }

    .nav-outer .mobile-nav-toggler {
        padding: 5px 0 0 0;
    }



    .warp,
    .warp1 {
        width: 96%;
    }

    .warp {
        padding: 0 0;
    }

    .fast-enter {
        width: 100%;
    }

    .top-link dl {
        margin-left: 0;
    }



    .top-link dl:nth-child(2),
    .top-link dl:nth-child(1) {
        display: none;
    }

    .top-link dl:nth-child(4) {
        width: 32%;
    }

    .top-link dl:nth-child(3) {
        width: 20%;
    }

    .top-link dl:nth-child(5) {
        width: 48%;
    }

    .top-link {
        width: 100%;
        text-align: left;
        margin-top: 5px;
        display: none;
    }

    .nav-outer .mobile-nav-toggler {
        right: -5px;
        top: -40px;
    }

    .f-ewm {
        width: 100%;
    }

    .f-ewm ul {
        display: block;
        width: 100%;
    }

    .f-ewm ul li {
        width: 33.333%;
        text-align: center;
    }

    footer .fBox .footNav {
        width: 100%;
        display: block;
    }

    footer .fBox .f-ewm li {
        width: 33.333%;
        margin-right: 0.2rem;
        text-align: center;
    }

    footer .fBox .f-ewm li img {
        display: inline-block;
        width: 100px;
    }

    footer .fBox .f-ewm li p {
        font-size: 16px;
    }

    footer .fBox .footNav dl dt {
        width: 100% !important;
        text-align: center;
        margin-bottom: 0;
        line-height: 40px;
        font-size: 15px;
    }


    footer .fBox .footNav dl dd {
        display: none;
    }

    footer .fBox .addEwm {
        display: table;
        width: 100%;
    }

    footer .fBox .addEwm .f-logo img {
        display: block;
        width: 100%;
    }

    footer .fBox .addEwm .f-logo {
        width: 3rem;
        float: left;
        margin-right: 15px;
        padding-left: 10px;
    }

    footer .fBox .addEwm .f-tel {
        padding-left: 32px;
        display: table;
        margin-top: 5px;
    }

    footer .fBox .footNav dl {
        float: left;
        width: 33.3333% !important;
    }

    .link-box {
        display: none;
    }

    .home-warp {
        width: 96%;
    }

    footer .copy div {
        line-height: 26px;
        font-size: 15px;
        padding: 10px 0;
    }

    .header-upper-middle {
        margin-right: 0;
        margin-top: 0;
        right: 0;
    }
}

@keyframes icon-bounce {

    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-webkit-keyframes icon-bounce {

    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-moz-keyframes icon-bounce {

    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-o-keyframes icon-bounce {

    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@keyframes changeScale {
    0% {
        transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        opacity: .2;
    }

    100% {
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1
    }
}

@-moz-keyframes changeScale {
    0% {
        transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        opacity: .2;
    }

    100% {
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1
    }
}

@-webkit-keyframes changeScale {
    0% {
        transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        opacity: .2;
    }

    100% {
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1
    }
}

@-o-keyframes changeScale {
    0% {
        transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        opacity: .2;
    }

    100% {
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1
    }
}